home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 916 / PRINTMAN.BAT < prev   
DOS Batch File  |  1991-07-24  |  2KB  |  56 lines

  1. echo off
  2. cls
  3. echo ------------------------------------------------------------------------
  4. echo .
  5. echo  This batch file will print the documentation for Play 'n' Learn.
  6. echo .
  7. echo .
  8. echo  BE SURE YOUR PRINTER IS ON!
  9. echo .
  10. echo  This software and manual is copyrighted by Steven C. Hudgik - 1988, 1989,
  11. echo  1990 and 1991 All Rights Reserved
  12. echo .
  13. echo ------------------------------------------------------------------------
  14. echo .
  15. echo .
  16. echo .
  17. echo .
  18. PAUSE
  19. echo .
  20. echo .
  21. echo .
  22. echo .............Printing documentation... please wait
  23. echo .
  24. echo .
  25. echo Here's what people are saying about Play 'n' Learn:
  26. echo .
  27. echo "For very young children there may be no better program available than
  28. echo  Play 'n' Learn." - Shareware Magazine, September-October 1990
  29. echo .
  30. echo "I got Play 'n' Learn for my three year old granddaughter, but I have
  31. echo  been enjoying the Underground Alphabet game myself."  A.G., McLean, VA
  32. echo .
  33. echo "Mr. Hudgik is to be commended for his understanding of young children
  34. echo  as well as for the quality of Play 'n' Learn."  Personal Computer
  35. echo  Magazine for Tandy Users, January 1989
  36. echo .
  37. echo "You have such wonderful products and still have a human touch.  Thank
  38. echo  you.  Keep up the **GREAT** work."  K.R., Apopka, FL
  39. echo .
  40. echo .
  41. echo .
  42. echo .
  43. COPY PLAY.DOC=LPT1:
  44. echo *************************************************************************
  45. echo *************************************************************************
  46. echo *************************************************************************
  47. echo *************************************************************************
  48. echo *************************************************************************
  49. echo *************************************************************************
  50. echo .
  51. echo .
  52. echo .
  53. echo Finished printing.  Have fun!
  54. echo .
  55. echo on
  56.